%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
___   ___  ___   ___  ____    _     ____
|  \_/  |  | |   | | /    |  | |   /   |
|       |  | |   | | | |      _   .| |
|       |  | |   | | \___ \  | |   | |
| /\/\  |  | |   | |     | | | |   | |
| | | | |   \_____/   |____/ |_|    \__|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
(I'm terrible at ASCII art :P)

==Music Plugin==

Version 2.6.1

====================================================================================================
                               Installation / Updating:

-Drop the Music.jar Into your plugins folder
-Drop the Music File into your plugins folder
-Start up/reload your server to create some data files.

You should not need to delete any files in order for this plugin to work.

====================================================================================================
                                 Adding your own music:

I made it very simple for people to add their own music. Here is a step-by-step proccess on how to add new sounds to your server:

NOTE: If you do not know how to add custom sounds to a resouncepack, watch this:
https://www.youtube.com/watch?v=8jXLhhiaKWQ

	#I'm going to assume you created your own resourcepack with the sounds you want.

	-1)Go into the plugins/Music/Music file. Here you should see Lobby.txt, Windmill.txt and Piano.txt

	-2)Create your own .txt file and name it to be that of your custom sound (E.G. If I added a sound called "Boop.ogg" to 
		my resourcepack, and named it Boop, I would call the text file "Boop.txt")

	-3)Once you have created the text file, you need to open it. You can use any text editor such as Notepad, Notepadd++ ect.

	-4)Now that you have that text file open, you will need to write on the first line the time between between loops in 
		quarter seconds. If you know how long your sound plays for, just multiply it by 4 (E.G. Boop.ogg plays for 12.5 seconds
		So, I would put down 50 because 12.5 * 4 = 50) 
		#Also note that there can not be any decimal points, so only use whole numbers.

	#NOTE: If any of this is confusing, look at Lobby.txt and Lobby.ogg to see how they work. Lobby.ogg plays for 12.328 seconds,
		and the Lobby.txt has for the first line 49 since 12.328 * 4 is close to 49.

	
Once you have put the time on the first line of the text file, and you have named the text file, you can now test it out. Just 
join the server, Do "/loop listsongs"or "/music listsongs", and look through that list to see if your loop came up.

####Note: Music plugin also has the feature to add the links to the resourcepacks, that way players can download all the sounds at once
	Just go into the plugins/Music folder and look for Resourcepacks.txt and add this line !!!ABOVE THE LINE THAT HAS[&&END&&]!!!:

NameOfResourcepack
http.LINK.zip